home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / viewkit / builderExamples / beep2 / README < prev   
Encoding:
Text File  |  1994-08-02  |  689 b   |  19 lines

  1.  
  2.      ~4Dgifts/toolbox/src/exampleCode/viewkit/builderExamples/beep2 README
  3.  
  4.    
  5.     beeper2 is a simple example of using BuilderXcessory (BX) to create a 
  6.     ViewKit component class that contains a manager widget and a button.  
  7.     The derived class is used to add functionality (a beep), when the 
  8.     button is pressed.  See also beep and beep3 directories.
  9.  
  10.     The difference between this example and the one in beep is that this
  11.     version places string resources in an app-defaults file (highly 
  12.     recommended) instead of hard-coding them.  You need to install the 
  13.     file Beeper in /usr/lib/X11/app-defaults to see the resources, or else 
  14.     run the beeper2.sh script.
  15.  
  16.  
  17.  
  18.  
  19.